From 09fe6e7d4498fd5c2ab9e593163f59386c13b750 Mon Sep 17 00:00:00 2001 From: Stanislas Marquis Date: Thu, 10 Jun 2010 02:17:23 +0200 Subject: [PATCH] [docs] GdkPixmap fix: gdk_pixmap_draw() does not exist. Using gdk_draw_drawable() instead. --- docs/reference/gdk/tmpl/pixmaps.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/gdk/tmpl/pixmaps.sgml b/docs/reference/gdk/tmpl/pixmaps.sgml index 333a2b348c..8e37034bee 100644 --- a/docs/reference/gdk/tmpl/pixmaps.sgml +++ b/docs/reference/gdk/tmpl/pixmaps.sgml @@ -8,7 +8,7 @@ Offscreen drawables Pixmaps are offscreen drawables. They can be drawn upon with the standard drawing primitives, then copied to another drawable (such as -a #GdkWindow) with gdk_pixmap_draw(). The depth of a pixmap +a #GdkWindow) with gdk_draw_drawable(). The depth of a pixmap is the number of bits per pixels. Bitmaps are simply pixmaps with a depth of 1. (That is, they are monochrome bitmaps - each pixel can be either on or off). -- 2.30.2